golang.org/x/net/http2.Framer.writeBytes (method)
4 uses
golang.org/x/net/http2 (current package)
frame.go#L402: func (f *Framer) writeBytes(v []byte) { f.wbuf = append(f.wbuf, v...) }
frame.go#L891: f.writeBytes(data[:])
frame.go#L934: f.writeBytes(debugData)
frame.go#L1405: f.writeBytes(payload)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)